Auto merge of #5491 - ehuss:profile-spec, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 6 May 2018 03:56:43 +0000 (03:56 +0000)
committerbors <bors@rust-lang.org>
Sun, 6 May 2018 03:56:43 +0000 (03:56 +0000)
commitb429a3649cf8ee3eb574076cbb6c39ad3a9467f0
treef78746c44f8ac03463620885116577d94381ba7a
parentd0d3cb5ac963eb8c3f83d079b6a547992cac2cc4
parent5415a341a50aabafaf227c96e65f10b83aff641a
Auto merge of #5491 - ehuss:profile-spec, r=alexcrichton

Add package spec support to profile overrides.

Note: It errors out if multiple overrides match the same package.  This could potentially merge the overrides together with a hierarchy similar to CSS specificity.  However, that seems overkill for now.